/* iPads (landscape) ----------- */
@media screen and (max-width:1024px) {

}

/* smart-phone ----------- */
@media (max-width:768px) {

}

/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 736px) {
	
}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {
	
}


/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px) {

}

/* iPhone 4 (landscape) ----------- */
@media (max-width:414px) {
	.slideBox{ height: auto; margin-bottom: 20px;}
	.slideBox .bd img{ height: auto;}
	.sgs_tp{ overflow: hidden; margin-bottom: 20px;}
	.index_zxjl_icon{ white-space: inherit;}
	.index_zxjl_icon li{ margin: 0 8%;}
	.mode_xxgk_img{ padding: 10px 4%;}
	.mode_xxgk_img li{ width: 100% !important; margin-top: 10px;}
	.copy ul,.copy ul li,.copy ul li a{ height: 60px !important; line-height: 60px !important; overflow: hidden;}
	.footer a,.copy ul{ float: left !important;}
	.sgs_tp img{ width: 49% !important;}
}

/* iPhone 4 (landscape) ----------- */
@media (max-width:375px) {
	.index_zxjl_icon li{ margin: 0 7%;}
}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	
}


/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {

}